home *** CD-ROM | disk | FTP | other *** search
/ HaCKeRz Kr0nlcKLeZ 1 / HaCKeRz Kr0nlcKLeZ.iso / scriptz / blenkbot.exe / REVENTS.INI < prev    next >
Encoding:
INI File  |  1997-04-05  |  6.1 KB  |  157 lines

  1. [Events]
  2. n0=900:ON JOIN:#:{ if $nick == $me { .who $chan } }
  3. n1=#waveget disabled
  4. n2=1:ON NOSOUND:/msg $chan ! $+ $nick $filename Man I love this auto-wav get that comes in %logo2 | /notice $nick $me thanks you for the sound
  5. n3=#waveget end
  6. n4=REM ---------------------------------------------->Hack Shit
  7. n5=#Hack start
  8. n6=#1:ON SERVEROP:#:/raw -q mode $chan -o $opnick 
  9. n7=1:ON SERVERMODE:#:-pilkms+tn
  10. n8=1:ON SERVERBAN:#:/raw -q mode $chan -b $victem
  11. n9=#Hack end
  12. n10=;
  13. n11=REM ---------------------------------------------->Op & Deop Prot.
  14. n12=#OpDop start
  15. n13=*<>900:ON DEOP:#:/raw -q mode $chan +o-o $opnick $nick | /describe $chan %godbotbegin u wish u had a dick %godbotend | /describe $chan òòòòòò u dumb bastard ò $opnick ½½ protected user òòòòòò
  16. n14=*<>900:ON KICK:#:/kick $chan $nick $knick ½½ is protected by %godbotbegin u dumb bastard %godbotend | /invite $knick $chan
  17. n15=#OpDop end
  18. n16=;
  19. n17=REM ---------------------------------------------->Friend List
  20. n18=#Friends start
  21. n19=*900:ON JOIN:#:/raw -q mode $chan +o-o+o $nick $nick $nick | /auser 900 $nick | /timer 1 4 /raw -q mode $chan +o $nick
  22. n20=*900:ON TEXT:*^opage*:*:/raw -q mode $chan +o-o+o $nick $nick $nick | /notice $nick %logo2 impatient op %logo2
  23. n21=*900:ON TEXT:*^deop*:*:/raw -q mode $chan -o+o-o $nick $nick $nick | /notice $nick %logo2 de-opage %logo2
  24. n22=900:ON TEXT:*help*:*:/play -m1q2 $nick remote.txt 0
  25. n23=#Friends end
  26. n24=;
  27. n25=REM ---------------------------------------------->Completely Misc. Shit
  28. n26=#vote disabled
  29. n27=1:ON TEXT:%voteyes:#: {
  30. n28=  if ($nick isin %persvote) { notice $nick You can't vote more than once for %topic } 
  31. n29=  else  { %persvote = %persvote $nick | inc %yesvotes 1 | notice $nick You have voted YES on %topic }
  32. n30=}
  33. n31=1:ON TEXT:%voteno:#: {
  34. n32=  if ($nick isin %persvote) { notice $nick You can't vote more than once for %topic } 
  35. n33=  else  { %persvote = %persvote $nick | inc %novotes 1 | notice $nick You have voted NO on %topic }
  36. n34=}
  37. n35=#vote end
  38. n36=1:ON CTCPREPLY:*PING*: { %pt = $ctime - $parm2 | echo -a 0,1 $+ $nick $+ 's $+  Ping Reply:  $+ $duration(%pt) $+  | unset %pt }
  39. n37=1:ON DNS:/echo 3 -a DNS Request:  $nick -- Result:  $iaddress %logo2
  40. n38=;
  41. n39=REM ------------------------> Email Stuff
  42. n40=+1002:ON CHATOPEN:{ 
  43. n41=  /msg =$nick HELO 204.176.40.1
  44. n42=  /msg =$nick MAIL FROM: %email
  45. n43=  /msg =$nick RCPT TO: %emailaddress
  46. n44=  /msg =$nick DATA
  47. n45=  /msg =$nick Subject: -- Something --
  48. n46=  /timer 1 2 /echo -a 7,12Type Your Message Now
  49. n47=  /timer 1 2 /echo -a 7,12When You Are Finished Type . Then Enter
  50. n48=}
  51. n49=+1002:ON CHAT:250 Message received*:/echo %logo2
  52. n50=+1002:ON CHATCLOSE:/ruser 1002 $me | /auser 1000 $me
  53. n51=;
  54. n52=rem -------------------> comments
  55. n53=#comments disabled
  56. n54=1:ON CHATOPEN: {
  57. n55=  msg = $+ $me HELO $ip
  58. n56=  msg = $+ $me MAIL FROM: <blenkbot.user@ $+ $ip $+ >
  59. n57=  msg = $+ $me RCPT TO: <blenkbot@blenkhorn.com>
  60. n58=  msg = $+ $me DATA
  61. n59=}
  62. n60=1:ON CHAT:354*:{
  63. n61=  msg = $+ $me Subject: Script Comments
  64. n62=  msg = $+ $me Mail sent on $date while on $server $port from $me on $chan
  65. n63=  msg = $+ $me Reply to: %replyadd
  66. n64=  msg = $+ $me Comments: %thestring
  67. n65=  msg = $+ $me .
  68. n66=  msg = $+ $me QUIT
  69. n67=  unset %thestring | unset %replyadd
  70. n68=  .disable #comments
  71. n69=  close -c $me
  72. n70=  .timer222 off
  73. n71=  echo Mail accepted for delivery -- thank you, your comments are valued.
  74. n72=}
  75. n73=#comments end
  76. n74=;
  77. n75=----------------> Ad Kick
  78. n76=1:On Text:*Come*#*:#: {
  79. n77=  If ($nick Isop $chan) { halt }
  80. n78=  Else { Goto Kick }
  81. n79=  {
  82. n80=    :kick
  83. n81=    /ban -u60 $chan $nick 3 | /kick $chan $nick | halt
  84. n82=  }
  85. n83=}
  86. n84=1:On Text:*Join*#*:#: {
  87. n85=  If ($nick Isop $chan) { halt }
  88. n86=  Else { Goto Kick }
  89. n87=  {
  90. n88=    :kick
  91. n89=    /ban -u60 $chan $nick 3 | /kick $chan $nick | halt
  92. n90=  }
  93. n91=}
  94. n92=1:On Action:*Come*#*:#: {
  95. n93=  If ($nick Isop $chan) { halt }
  96. n94=  Else { Goto Kick }
  97. n95=  {
  98. n96=    :kick
  99. n97=    /ban -u60 $chan $nick 3 | /kick $chan $nick | halt
  100. n98=  }
  101. n99=}
  102. n100=1:On Action:*Join*#*:#: {
  103. n101=  If ($nick Isop $chan) { halt }
  104. n102=  Else { Goto Kick }
  105. n103=  {
  106. n104=    :kick 
  107. n105=    /ban -u60 $chan $nick 3 | /kick $chan $nick | halt
  108. n106=  }
  109. n107=}
  110. n108=1:On Notice:*Come*#*:#: {
  111. n109=  If ($nick Isop $chan) { halt }
  112. n110=  Else { Goto Kick }
  113. n111=  {
  114. n112=    :kick 
  115. n113=    /ban -u60 $chan $nick 3 | /kick $chan $nick | halt
  116. n114=  }
  117. n115=}
  118. n116=1:On Notice:*Join*#*:#: {
  119. n117=  If ($nick Isop $chan) { halt }
  120. n118=  Else { Goto Kick }
  121. n119=  {
  122. n120=    :kick 
  123. n121=    /ban -u60 $chan $nick 3 | /kick $chan $nick | halt
  124. n122=  }
  125. n123=}
  126. n124=;
  127. n125=REM ---------->Repeat Kick
  128. n126=1:ON TEXT:*:#: {
  129. n127=  %repeatkick = $readini $mircdirrepeat.ini Settings repeatkick
  130. n128=  if ((%repeatkick = [ON]) && ($nick !isop $chan) && ($me isop $chan)) {
  131. n129=    %nick = $remove($nick,]) | %nick = $remove(%nick,[) | %chan = $remove($chan,]) | %chan = $remove(%chan,[)
  132. n130=    %current = $readini $mircdirrepeat.ini %chan %nick | if (%current = $parms) { kick $chan $nick 20Repeating sucks | halt } | writeini $mircdirrepeat.ini %chan %nick $parms
  133. n131=  }
  134. n132=}
  135. n133=;
  136. n134=REM -----> CAP KICKER
  137. n135=#caps disabled
  138. n136=+1:on text:*:#: {
  139. n137=  if ($nick isop $chan) { halt }
  140. n138=  %caps = 0 | %capsi = 0 | :caps | inc %capsi
  141. n139=  if ($mid(%capsi,1,$parms) == $null) { goto end }
  142. n140=  if ($asc($mid(%capsi,1,$parms)) isnum 65-90) { inc %caps | goto caps }
  143. n141=  goto caps | :end
  144. n142=  %capslen = $len($parms) - $count($parms,$chr(32))
  145. n143=  %capssubtotal = %caps * 100 | %capstotal = %capssubtotal / %capslen
  146. n144=  if (($len($parms) > 8) && (%capstotal >= 75)) {
  147. n145=    if ($me isop $chan) { kick $chan $nick Excessive CAPS  $+ %capstotal $+ % CAPS }
  148. n146=  else { .notice $nick Excessive CAPS  $+ %capstotal $+ % CAPS | .notice $nick Please turn off your capslock (or stop excessively using !'s and other annoying characters) } }
  149. n147=  unset %caps*
  150. n148=}
  151. n149=#caps end
  152. n150=;
  153. n151=REM --------> IDENT
  154. n152=1:on notice:*This nick is owned*:*: {
  155. n153=  /msg nickserv identify %pass
  156. n154=}
  157.